home *** CD-ROM | disk | FTP | other *** search
- object selectactionform: Tselectactionform
- Left = 398
- Top = 177
- Width = 525
- Height = 449
- BorderIcons = [biSystemMenu]
- Caption = 'Move Photos'
- Color = clBtnFace
- Constraints.MinHeight = 300
- Constraints.MinWidth = 355
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDefaultSizeOnly
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TResizePanel
- Left = 0
- Top = 384
- Width = 517
- Height = 38
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 2
- OnResize = Panel1Resize
- object buttonok: TButton
- Left = 296
- Top = 8
- Width = 100
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object buttoncancel: TButton
- Left = 400
- Top = 8
- Width = 100
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object RxSplitter1: TRxSplitter
- Left = 0
- Top = 0
- Width = 517
- Height = 2
- Align = alTop
- BevelInner = bvLowered
- BevelOuter = bvNone
- Enabled = False
- end
- object Button1: TButton
- Left = 8
- Top = 8
- Width = 100
- Height = 25
- Caption = 'New Album'
- TabOrder = 3
- OnClick = Button1Click
- end
- end
- object xPanel1: TPanel
- Left = 0
- Top = 255
- Width = 517
- Height = 129
- Align = alBottom
- BevelOuter = bvNone
- BorderWidth = 8
- TabOrder = 1
- object textlabel: TLabel
- Left = 8
- Top = 8
- Width = 501
- Height = 113
- Align = alClient
- AutoSize = False
- Caption = 'textlabel'
- WordWrap = True
- end
- object ListBox1: TListBox
- Left = 8
- Top = 8
- Width = 501
- Height = 113
- Align = alClient
- ItemHeight = 13
- TabOrder = 0
- end
- end
- object Panel3: TPanel
- Left = 0
- Top = 0
- Width = 517
- Height = 238
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 8
- TabOrder = 0
- OnResize = Panel3Resize
- object thumbgrid: TDrawGrid
- Left = 8
- Top = 8
- Width = 501
- Height = 222
- Align = alClient
- Color = clBtnFace
- DefaultColWidth = 100
- DefaultRowHeight = 100
- DefaultDrawing = False
- FixedCols = 0
- FixedRows = 0
- Options = [goFixedVertLine, goFixedHorzLine, goThumbTracking]
- ScrollBars = ssVertical
- TabOrder = 0
- OnDrawCell = thumbgridDrawCell
- OnSelectCell = thumbgridSelectCell
- end
- end
- object Panel4: TPanel
- Left = 0
- Top = 238
- Width = 517
- Height = 17
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 3
- object Label1: TLabel
- Left = 8
- Top = 4
- Width = 48
- Height = 13
- Caption = 'Move to...'
- end
- end
- end
-